Skip to content

docs: add support contact (support@falkordb.com) and Support page#485

Open
dragnot wants to merge 9 commits into
mainfrom
docs/add-support-contact
Open

docs: add support contact (support@falkordb.com) and Support page#485
dragnot wants to merge 9 commits into
mainfrom
docs/add-support-contact

Conversation

@dragnot

@dragnot dragnot commented May 15, 2026

Copy link
Copy Markdown
Contributor

Summary

The docs currently have no instructions for opening a support ticket, and support@falkordb.com is not mentioned anywhere. The cloud tier pages advertise Community / 24/7 / Dedicated support but never tell readers how to actually reach support. This PR closes that gap.

Changes

  • New top-level page support.md (nav_order 1000, permalink /support/) — single source of truth for support contact:
    • How to open a ticket (support@falkordb.com).
    • What to include (instance ID, region, time, logs, repro steps).
    • Discord link for community help.
    • info@falkordb.com for sales / general inquiries.
  • cloud/free-tier.md, cloud/startup-tier.md, cloud/pro-tier.md, cloud/enterprise-tier.md — added a short "Getting Support" section to each tier page with the support email and a link to the new Support page. Pro and Enterprise sections call out their support level (24/7 and Dedicated).

Tier-specific SLAs and additional details will be added in a follow-up PR.

Testing

N/A — documentation-only change. No code, build, or test impact.

Memory / Performance Impact

N/A.

Related Issues

None.

Summary by CodeRabbit

  • Documentation
    • Added “Getting Support” guidance across all tier pages with contact email (support@falkordb.com), Discord community link, and link to the Support page
    • Created a new dedicated Support page with instructions and templates for submitting requests, community and sales contact options
    • Updated Pro and Enterprise tier pages to call out tier-specific support (Pro: 24/7; Enterprise: dedicated account support) and simplified Pro pricing table display

The docs previously had no instructions for opening a support ticket
and never mentioned support@falkordb.com. Cloud tier pages advertise
Community/24x7/Dedicated support without telling users how to reach it.

- Add new top-level support.md page (nav_order 1000) with the support
  email, what to include in a ticket, Discord for community help, and
  info@falkordb.com for sales/general inquiries.
- Add a 'Getting Support' section linking to support@falkordb.com on
  each cloud tier page (free, startup, pro, enterprise).

More tier-specific SLA details to be added in a follow-up.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@dragnot dragnot requested review from dudizimber and gkorland May 15, 2026 19:09
@coderabbitai

coderabbitai Bot commented May 15, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Warning

Review limit reached

@dragnot, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 16 minutes and 10 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 0bbd548d-2f91-4e5f-97b4-d2e6b7ad1354

📥 Commits

Reviewing files that changed from the base of the PR and between 4427a80 and afc2fa2.

📒 Files selected for processing (4)
  • cloud/free-tier.md
  • cloud/pro-tier.md
  • cloud/startup-tier.md
  • support.md
📝 Walkthrough

Walkthrough

This PR centralizes support documentation: adds a new support.md page and inserts "Getting Support" sections into Free, Startup, Pro, and Enterprise tier pages; Pro tier tables were also reformatted.

Changes

Support Contact Documentation

Layer / File(s) Summary
Create centralized support page
support.md
New support.md page includes front-matter (title, nav_order, description, permalink) and sections for opening support tickets via support@falkordb.com, community Discord, and sales/general inquiries.
Reformat Pro tier pricing tables
cloud/pro-tier.md
Updated Pro Tier Standalone and Replicated pricing tables to remove the "Instance Type" column and present resource sizing (Cores, Memory, Max Graph Dataset) with hourly/monthly costs.
Add Getting Support sections to tier documentation
cloud/free-tier.md, cloud/startup-tier.md, cloud/pro-tier.md, cloud/enterprise-tier.md
Inserted "Getting Support" subsections on each tier page: Free/Startup reference email and Discord; Pro emphasizes 24/7 support; Enterprise notes dedicated support/account manager. All link to /support/.

Sequence Diagram(s)

sequenceDiagram
  participant Reader
  participant TierDoc
  participant SupportPage
  participant SupportEmail
  Reader->>TierDoc: open tier documentation
  TierDoc->>SupportPage: follow "Support" link (/support/)
  Reader->>SupportPage: view contact methods (Discord, email)
  Reader->>SupportEmail: send support request (support@falkordb.com)
Loading

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Possibly related PRs

Suggested reviewers

  • shahar-biron
  • gkorland

Poem

🐰 A note from a rabbit, quick and spry,
New support pages for when you cry,
From free to pro and enterprise grand,
Help hops nearer — an email or hand,
Discord, ticket, or manager on standby.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and specifically describes the main changes: adding support contact information and a new Support page to the documentation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/add-support-contact

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Nitpick comments (1)
support.md (1)

31-31: 💤 Low value

Ensure file ends with newline.

Standard practice for text files is to end with a newline character. This helps with version control diffs and some tooling.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@support.md` at line 31, Add a trailing newline character at the end of
support.md so the file ends with a single newline; open support.md and ensure
the final line is terminated with "\n" (no other content changes required).
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@support.md`:
- Line 26: Update the Discord invite link text "https://discord.gg/ErBEqN9E" in
the support page to point to a non-expiring (permanent) invite; open the server
settings in Discord, create a new invite with "Never" expiration and optionally
enable a max number of uses, then replace the existing invite URL in the support
content with the newly generated permanent invite URL and verify the link
resolves.

---

Nitpick comments:
In `@support.md`:
- Line 31: Add a trailing newline character at the end of support.md so the file
ends with a single newline; open support.md and ensure the final line is
terminated with "\n" (no other content changes required).
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 3953e7cd-c74b-45e5-84e8-5c027a4dac66

📥 Commits

Reviewing files that changed from the base of the PR and between f7229b8 and e99d1a8.

📒 Files selected for processing (5)
  • cloud/enterprise-tier.md
  • cloud/free-tier.md
  • cloud/pro-tier.md
  • cloud/startup-tier.md
  • support.md

Comment thread support.md Outdated

## Community Support

For general questions, usage help, and discussion, join the FalkorDB community on **[Discord](https://discord.gg/ErBEqN9E)**.

@coderabbitai coderabbitai Bot May 15, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Description: Verify the Discord invite link is accessible

curl -sL -w "%{http_code}" -o /dev/null "https://discord.gg/ErBEqN9E"

Repository: FalkorDB/docs

Length of output: 60


Ensure the Discord invite link is configured to never expire.

The Discord link (https://discord.gg/ErBEqN9E) is currently accessible. However, ensure it is set to never expire in the Discord server settings to maintain reliable access in the documentation.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@support.md` at line 26, Update the Discord invite link text
"https://discord.gg/ErBEqN9E" in the support page to point to a non-expiring
(permanent) invite; open the server settings in Discord, create a new invite
with "Never" expiration and optionally enable a max number of uses, then replace
the existing invite URL in the support content with the newly generated
permanent invite URL and verify the link resolves.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like the humans are having a chat. I'll hop back into my burrow for now. If you need me again, just tag @coderabbitai in a new comment, and I'll come hopping out!

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a dedicated Support page and surfaces support contact instructions across FalkorDB Cloud tier docs so readers know how to reach support and what details to include.

Changes:

  • Added new top-level support.md page with support ticket instructions, Discord community link, and sales contact.
  • Added “Getting Support” sections to Cloud tier pages linking to the new Support page and listing relevant support channels.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
support.md New top-level Support page with support/sales contact and ticket info checklist.
cloud/free-tier.md Adds “Getting Support” section with support email/Discord and link to Support page.
cloud/startup-tier.md Adds “Getting Support” section with support email/Discord and link to Support page.
cloud/pro-tier.md Adds “Getting Support” section highlighting 24/7 support and linking to Support page.
cloud/enterprise-tier.md Adds “Getting Support” section highlighting dedicated support and linking to Support page.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread cloud/startup-tier.md Outdated
Comment thread cloud/free-tier.md Outdated

## Getting Support

Need help? Email **[support@falkordb.com](mailto:support@falkordb.com)** to open a support ticket, or join the community on **[Discord](https://discord.gg/ErBEqN9E)**. See the [Support page]({{ site.baseurl }}/support/) for more details.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment thread cloud/pro-tier.md Outdated
Comment thread cloud/enterprise-tier.md Outdated
Comment thread cloud/free-tier.md Outdated

## Getting Support

Need help? Email **[support@falkordb.com](mailto:support@falkordb.com)** to open a support ticket, or join the community on **[Discord](https://discord.gg/ErBEqN9E)**. See the [Support page]({{ site.baseurl }}/support/) for more details.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

free DBs can open a support ticket, its ok

Comment thread cloud/startup-tier.md Outdated

## Getting Support

Need help? Email **[support@falkordb.com](mailto:support@falkordb.com)** to open a support ticket, or join the community on **[Discord](https://discord.gg/ErBEqN9E)**. See the [Support page]({{ site.baseurl }}/support/) for more details.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes thats the goal, every customer and prospect can open a support ticket

@dragnot

dragnot commented May 25, 2026

Copy link
Copy Markdown
Contributor Author

@alexberesnev @shahar-biron please approve or reject @guy
FYI

Comment thread support.md Outdated

## Community Support

For general questions, usage help, and discussion, join the FalkorDB community on **[Discord](https://discord.gg/ErBEqN9E)**.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gkorland and others added 5 commits May 27, 2026 11:32
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Drop the Instance Type column from the Standalone and Replicated tables
and left-align the remaining columns.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@dragnot

dragnot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

@copilot resolve the merge conflicts in this pull request

dragnot and others added 2 commits June 8, 2026 13:04
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot AI commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

@copilot resolve the merge conflicts in this pull request

Resolved the merge conflicts by merging origin/main into this branch and finalizing merge commit 00cc507.

Remove the unrelated Pro Tier table edits from this PR. The Instance Type
column removal is now tracked separately in PR #496. This branch only adds
the Getting Support section to the Pro Tier page.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@dragnot

dragnot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

@gkorland all changes should be ok, lets close this if you are good with this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants